@charset "utf-8";

* {
	outline: none;
}

/*@charset "utf-8";*/
/* body,html{overflow-x:hidden;} */
/* CSS Reset 			----------------------------------------*/

body,
html {
	background-color: #f0f0f0;
	color:#333;
	width: 100%;
	min-width: 1300px;
	overflow-x: hidden;
	font-family: "微软雅黑";
	font-size:14px;
}

body.showNav {
	overflow: hidden;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-family: "微软雅黑";
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a:hover {
	color: #007bc8;
}

fieldset {
	border: 0
}

img {
	border:none;
	max-width: 100%;
	display:block;
}
.aspectFill{
	object-fit:cover;
}
.aspectFit{
	object-fit:contain;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal
}

strong,
b {
	font-weight: bold;
}

ol,
ul,
li {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 12px;
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #CDCDCD;
	background-color: #CCC;
	height: 1px;
}

blockquote {
	color: #666;
	font-style: normal;
}

sup,
sub {
	line-height: 0
}

abbr,
acronym {
	border-bottom: 1px dotted #666
}

pre {
	white-space: pre;
}

pre,
code,
tt {
	font: 12px 'andale mono', 'lucida console', monospace;
	line-height: 1.5
}

input:focus {
	outline: none
}

/* Global Definitions ----------------------------------------*/

p {
	padding: 0 0 1em 0;
	line-height: 1.5
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

a[href] {
	cursor: pointer;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

/* placeholder默认颜色 */
:-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}

::-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #cccccc;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #cccccc;
	opacity: 1;
}

.L {
	float: left;
}

.R {
	float: right;
}

.H {
	display: none;
}

.tc {
	text-align: center;
}

.mAuto {
	margin: 0 auto;
}

.wP100 {
	width: 100%;
}

/*clear fix*/
.url {
	color: #1d70b4;
	font-size: 16px;
	display: block;
}

.url a {
	color: #1d70b4;
}

.clearfix:after {
	content: "";
	display: table;
	height: 0;
	clear: both;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
}

.H50 {
	height: 50px;
}

.H40 {
	height: 40px;
}

.H20 {
	height: 20px;
}

.H15 {
	height: 15px;
}

.comH20 {
	height: 20px;
}

.comH18 {
	height: 18px;
}

.mtb10 {
	margin: 10px 0;
}

.img-response {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.img-response img {
	display: block;
	width: 100%;
	height: auto;
}

.scaleImg {
	transition: transform 500ms ease-in-out;
	-wekbit-transition: transform 500ms ease-in-out;
}

.scaleImg:hover {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
}

.vw_ad {
	width: 100%
}

.vw_ad a {
	display: block
}

.vw_ad img {
	display: block;
	width: 100%;
}

.img-box {
	background-color: #eee;
}

.img-box img {
	display: block;
}

.section1 {
	margin-top: 55px;
}

.bg_da {
	background-color: #dadada;
}

.bg_cb {
	background-color: #cbcbcb;
}

.bg_e5 {
	background-color: #e5e5e5;
}

.fixedAble {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
}

.moveEle {
	transition: transform 200ms ease-in-out;
	-webkit-transition: transform 200ms ease-in-out;
	will-change: transform;
	-webkit-will-change: transform;
}

/*基础表单*/
.formPanel {
	margin-bottom: 15px;
	line-height: 30px;
	position: relative;
}

.formPanel label {
	margin: 0;
	margin-right: 15px;
}

.formPanel .tip {
	color: red;
	font-size: 12px;
}

.formPanel .mess {
	color: #999;
	font-size: 13px;
	line-height: 30px;
}

.formPanel .formList {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 15px;
}

.formPanel .tit {
	display: inline-block;
	vertical-align: middle;
	min-width: 85px;
	text-align: right;
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}

.formPanel .tit.textarea {
	vertical-align: top;
}

.formPanel .tit.wAuto {
	min-width: 0;
	width: auto;
}

.formPanel input[disabled] {
	background-color: #eee
}

.formPanel label {
	font-weight: normal;
}

.formPanel .inpBox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #666;
}

.formPanel input[type=text],
.formPanel input[type=password] {
	width: 192px;
	height: 30px;
	padding: 0 8px;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	outline: none;
	-webkit-appearance: none;
	color: #666;
	vertical-align: middle;
	border-radius: 0;
}

.formPanel .inpBox.textarea {
	vertical-align: top;
}

.formPanel input[type=radio] {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.formPanel input[type=radio]+span {
	display: inline-block;
	vertical-align: middle
}

.formPanel input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.formPanel input[type=checkbox]+span {
	display: inline-block;
	vertical-align: middle
}

.formPanel textarea {
	min-width: 300px;
	max-width: 500px;
	min-height: 70px;
	resize: both;
	border: 1px solid #cdcdcd;
	outline: none;
	padding: 5px;
}

.formPanel img.yzm {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	width: auto;
}





/*分页*/
.page{
	margin-top:40px;
}
.page ul{
	font-size:0;
	line-height: 0;
	text-align: center;
}
.page ul li{
	display:inline-block;
	vertical-align: middle;
	margin:0 10px;
	position: relative;
	font-size:14px;
}
.page ul li a{
	display:block;
	height:32px;
	width:32px;
	text-align: center;
	line-height: 32px;
	background-color:#e7edf2;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.page ul li.cr:before{
	content:"";
	width:32px;
	height:32px;
	background-color:#cfdbe6;
	position: absolute;
	left:4px;
	top:4px;
}
.page ul li.cr a{
	color:#fff;
	background-color:#0f4c81;
}
.page ul li.prev a,.page ul li.next a{
	width:auto;
	border:1px solid #c2c2c2;
	color:#c2c2c2;
	background-color:transparent;
	line-height: 30px;
	width:80px;
}
.page ul li.prev a:hover,.page ul li.next a:hover{
	color:#333;
	border-color:#333;
}
/* checkbox-mode */
.checkbox-mode {
    font-size:0;
    line-height: 0;
    user-select: none;
    float:left;
    display:flex;
    align-items: center;
    margin-right:10px;
}
.checkbox-mode input[type=checkbox],.checkbox-mode input[type=radio]{
    display:none;
}
.checkbox-mode em{
    float:left;
    width:15px;
    height:14px;
    border:1px solid #d1d1d1;
    box-sizing: border-box;
    margin-right:8px;
}
.checkbox-mode span{
    display:block;
    font-size:14px;
    line-height: 28px;
    float:none;
    overflow: hidden;
    min-width:130px;
}
.checkbox-mode input[type=checkbox]:disabled + em,.checkbox-mode input[type=radio]:disabled + em{
    background-color:#eee;
    border-color:#ddd;
}
.checkbox-mode input[type=checkbox]:checked + em,.checkbox-mode input[type=radio]:checked + em{
    border:none;
    background:url(../images/checkboxchecked.png) no-repeat center center;
}

/* 动画 */
@keyframes fade_in_up {
	from {
		opacity: 0;
		transform: translateY(100px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}




/*手机端*/
.mobile-headerwrap {
	display: none;
}

@media screen and (max-width:480px) {
	.header {
		display: none;
	}

	/*手机端导航*/
	.mobile-headerwrap {
		display: block;
	}

	.mobile-headerwrap .layer-top {
		padding: 0 10px;
		overflow: hidden;
	}

	.mobile-headerwrap .mem-links .login {
		font-size: 0;
		line-height: 0;
	}

	.mobile-headerwrap .mem-links li {
		margin-right: 10px;
	}

	.mobile-headerwrap .mem-links .m-icon2 {
		margin-left: 0;
	}

	.mobile-headerwrap .mem-links li a {
		display: block;
		height: 35px;
	}

	.mobile-menucss {
		/* box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);*/
		height: 100%;
		max-height: calc(100vh - 50px);
		/* width: 40%;*/
		width: 100%;
		position: relative;
		/*width:150px;*/
		position: fixed;
		right: -100%;
		top: 50px;
		box-sizing: border-box;
		display: block !important;
		z-index: 99999;
	}

	.mobile-menucss>ul {
		overflow: auto;
		width: 100%;
		/*width: 150px; */
		padding-top: 0;
		/*background:rgba(130,176,69,1);*/
		height: calc(100%);
		/* max-height:calc(100% - 50px);*/
	}

	.mobile-menucss>ul>li {
		margin-top: -1px;
		transition: all 500ms;
		transform: translateX(-100px);
		opacity: 0;
	}

	.mobile-menucss>ul>li.cr {
		background: rgba(255, 255, 255, .05);
	}

	/*	.mobile-menucss>ul>li.cr{ background: #fff;}
	.mobile-menucss>ul>li.cr>a{ color: #000;}
	.mobile-menucss>ul>li.cr>a span{color: #000;}*/
	.mobile-menucss>ul>li>a {
		position: relative;
	}

	.mobile-menucss>ul>li>a,
	.mobile-menucss>ul>li>h3 {
		font-weight: normal;
		display: block;
		padding-left: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
		/*border-top:1px solid rgba(255,255,255,0.1);*/
		height: 45px;
		line-height: 45px;
	}

	.mobile-menucss>ul>li>a>span {
		color: #fff;
		font-size: 16px;
	}

	.mobile-menucss>ul>li>ul {
		padding-left: 50px;
		overflow: hidden;
		/*display: none;*/
	}

	.mobile-menucss>ul>li>ul>li {
		line-height: 45px;
		position: relative;
	}
	.mobile-menucss ul li {
		color:#fff;
	}

	/*  .mobile-menucss>ul>li:nth-child(2)>a:after, .mobile-menucss>ul>li:nth-child(4)>a:after,  .mobile-menucss>ul>li:nth-child(5)>a:after{font-family:"iconfont" !important;font-size:18px;font-style:normal;-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; position: absolute; right: 10px; top:0; width: 25px; height: 25px; content: "\e74a"; color: #fff;}
  .mobile-menucss>ul>li>a.flods:after{content: "\e749"; }*/

	.mobile-menucss>ul>li>ul>li>a>span {
		color: #fff;
		opacity: .8;
		line-height: 25px;
	}

	.mobile-menucss>ul>li.mobiles-links {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 30px;
		border: none;
	}

	.mobile-menucss>ul>li.mobiles-links a {
		border: none;
	}

	.mobile-menucss>ul>li.mobiles-links img {
		width: 50px !important;
		height: 50px !important;
		max-width: none;
		margin-left: 0;
		padding-left: 0;
	}

	/*手机端头部*/
	.mobile-headerwrap {
		height: 48px;
		position: relative;
		z-index: 99990;
	}

	.mobile-header {
		background: #fff;
		height: 50px;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 990;
	}

	.header-shower {
		line-height: 50px;
		height: 50px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
		position: relative;
		z-index: 66;
		text-align: center;
	}

	.mobile-header .header-shower img {
		width: auto !important;
		height: 30px !important;
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

	.menu-active>ul>li {
		transform: translateX(0);
		opacity: 1;
	}

	.menu-active>ul>li>a {
		height: 45px;
		line-height: 45px;
	}

	.menu-active>ul>li:nth-child(2) {
		-webkit-transition-delay: 300ms, 300ms;
		transition-delay: 300ms, 300ms;
	}

	.menu-active>ul>li:nth-child(3) {
		-webkit-transition-delay: 350ms, 350ms;
		transition-delay: 350ms, 350ms;
	}

	.menu-active>ul>li:nth-child(4) {
		-webkit-transition-delay: 400ms, 400ms;
		transition-delay: 400ms, 400ms;
	}

	.menu-active>ul>li:nth-child(5) {
		-webkit-transition-delay: 450ms, 450ms;
		transition-delay: 450ms, 450ms;
	}

	.menu-active>ul>li:nth-child(6) {
		-webkit-transition-delay: 500ms, 500ms;
		;
		transition-delay: 500ms, 500ms;
	}

	.menu-active>ul>li:nth-child(7) {
		-webkit-transition-delay: 550ms, 550ms;
		transition-delay: 550ms, 550ms;
	}

	.menu-active>ul>li:nth-child(8) {
		-webkit-transition-delay: 600ms, 600ms;
		transition-delay: 600ms, 600ms;
	}

	.menu-active>ul>li:nth-child(9) {
		-webkit-transition-delay: 650ms, 650ms;
		transition-delay: 650ms, 650ms;
	}

	.menu-active>ul>li:nth-child(10) {
		-webkit-transition-delay: 700ms, 700ms;
		transition-delay: 700ms, 700ms;
	}

	.menu-active>ul>li:nth-child(11) {
		-webkit-transition-delay: 750ms, 750ms;
		transition-delay: 750ms, 750ms;
	}

	.menu-active {
		left: 0;
		animation-name: ani-menu;
		animation-timing-function: ease-in-out;
		animation-duration: 500ms;
		box-shadow: none;
	}

	.menu-hide {
		/*left: -100%;*/
		left: 0;
		height: 0;
		animation-name: ani-menu1;
		animation-timing-function: ease-in-out;
		animation-duration: 500ms;

	}



	/*菜单动画*/
	@keyframes ani-menu {
		0% {
			/*left: -100%;*/
			height: 0;
		}

		100% {
			/*left: 0;*/
			height: calc(100%);
		}
	}

	@-webkit-keyframes ani-menu {
		0% {
			/*	left: -100%;*/
			height: 0;
		}

		100% {
			/*	left: 0;*/
			height: calc(100%);
		}
	}

	@keyframes ani-menu1 {
		0% {
			/*	left: 0; */
			height: calc(100%);
		}

		100% {
			/*	left: -100%;*/
			height: 0;
			box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		}
	}

	@-webkit-keyframes ani-menu1 {
		0% {
			/*left: 0;*/
			height: calc(100%);
		}

		100% {
			/*left: -100%;*/
			height: 0;
			box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
		}
	}

	/*搜索开始*/
	.head-icons {
		position: absolute;
		top: 0;
		right: 6px;
		height: 50px;
		text-align: right;
	}

	.mobile-search {
		height: 50px;
		background: #fff;
		padding: 0 20px 0 50px;
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		z-index: 6666;
		top: 0;
		left: 0;
		display: none;
	}

	.mobile-menucss {
		text-align: left;
	}

	.mobile-search input {
		width: 100%;
		color: #000;
		height: 50px;
		vertical-align: middle;
		background: transparent;
		border: none;
		line-height: 50px;
	}

	.mobile-search input::-webkit-input-placeholder {
		color: #999 !important;
	}

	.mobile-search input:-moz-placeholder {
		color: #999 !important;
	}

	.mobile-search .s-searchs {
		/**/
		background: url("../images/searchbtns.png") no-repeat center center;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 15px;
		top: 10px;
		line-height: 30px;
		text-align: center;
		/**/
		background-size: 20px 20px;
	}

	.mobile-search .s-close {
		cursor: pointer;
		color: #95262a;
		/**/
		background: url("../images/close.png") no-repeat center center;
		position: absolute;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		/**/
		background-size: 20px 20px;
		left: 10px;
		top: 10px;
	}

	.head-icons a.ybooks-css {
		width: 40px;
		height: 50px;
	}

	.head-icons a {
		display: inline-block;
		float: left;
		cursor: pointer;
		text-align: center;
		font-size: 20px;
		color: #666;
		width: 30px;
		height: 50px;
		line-height: 50px;
	}

	.head-icons a.lang span {
		background: #0f4c81;
		color: #fff;
		border-radius: 25px;
		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		font-size: 12px;
		vertical-align: middle;
		display: inline-block;
		position: relative;
		top: -2px;
	}

	.head-icons a.search-mobile,
	.search-mobile-business {
		/*width:30px;*/
		height: 50px;
	}

	.head-icons a.site-css {
		width: 35px;
		height: 50px;
	}

	.head-icons a.en-css {
		width: 41px;
		height: 50px;
	}

	a.menus-mobiles {
		width: 50px;
		height: 50px;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
	}

	a.menus-mobiles span {
		background: #0f4c81;
		height: 1px;
		width: 20px;
		display: block;
		position: absolute;
		left: 10px;
		top: 22px;
		transition: all 0.5s;
	}

	a.menus-mobiles span:nth-child(1) {
		/* top: 22px;*/
		transform: translate3d(0, 0px, 0);
	}

	a.menus-mobiles span:nth-child(2) {
		/*top: 28px;*/
		transform: translate3d(0, 6px, 0);
	}

	a.menus-ani1 span:nth-child(1) {
		/* animation:animenu1 500ms  1; */
		animation-fill-mode: forwards;
		transform: rotate3d(0, 0, 1, 45deg);
	}

	a.menus-ani1 span:nth-child(2) {
		/*animation:animenu2 500ms  1; */
		animation-fill-mode: forwards;
		transform: rotate3d(0, 0, 1, -45deg);
	}

	.wrap-subs {
		overflow: hidden;
		border-bottom: 1px solid rgba(255, 255, 255, 0.09);
		/* overflow-y: auto; height: 0;  position: absolute;width:calc(100% - 150px); left: 150px;   top: 0; bottom:0; box-sizing: border-box;  transition:all 0.5s;  overflow-x: hidden; opacity: 0;*/
	}

	.mod-subnav a {
		color: #999;
		display: inline-block;
		font-size: 12px;
		width: 50%;
		margin-bottom: 30px;
		text-align: center;
		box-sizing: border-box;
		float: left;
	}

	.mod-subnav {
		margin-top: 30px;
	}

	.mod-subnav a img {
		width: 50px;
		margin-bottom: 10px;
	}

	/**/
	.wrap-subs .mod-subs {
		width: 100%;
		position: relative;
		left: -640px;
		padding-bottom: 10px;
		overflow: hidden;
		transition: all 0.5s;
	}

	.mobile-menucss>ul>li.cr .wrap-subs {
		opacity: 1;
		height: 100%;
		background: #fff;
		/*width:calc(100% - 150px); */
		/*transition-delay:1s; -moz-transition-delay:1s; */
		z-index: 99;
	}

	.mobile-menucss>ul>li.cr .wrap-subs .mod-subs {
		width: 100%;
		position: relative;
		left: 0;
	}

	.smod-tits {
		position: relative;
		margin: 10px 0 0 20px;
		left: -640px;
		/*top: 10px; */
		transition: all 0.5s;
		font-size: 16px;
		font-weight: bold;
	}

	.smod-tits span {
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}

	.mobile-menucss>ul>li.cr .smod-tits {
		left: 0;
	}

	.mymod-tits {
		font-size: 14px;
		color: #666;
		left: -640px;
		position: relative;
		padding-left: 20px;
		padding-top: 10px;
		/*font-weight: bold;*/
		transition: all 0.5s;
	}

	.mobile-menucss>ul>li.cr .mymod-tits {
		left: 0;
	}

	/*    .sub-active{ width:calc(100% - 150px); }*/

	.mobile-menucss>ul>li.m-website {
		width: 50%;
		float: left;
		text-align: center;
		border-bottom: none;
		margin-top: 40px;
	}

	.mobile-menucss>ul>li.m-email {
		width: 50%;
		float: left;
		text-align: center;
		border-bottom: none;
		margin-top: 40px;
	}

	.mobile-menucss>ul>li.m-website a,
	.mobile-menucss>ul>li.m-email a {
		display: inline-block;
		border-bottom: none;
		width: 70%;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
		text-align: center !important;
		padding-left: 0;
		background: rgba(255, 255, 255, .2);
		opacity: .6;
	}


	@keyframes animenu1 {
		0% {
			transform: translate3d(0, 0, 0);
		}

		100% {
			transform: rotate3d(0, 0, 1, 45deg);
		}
	}

	@keyframes animenu2 {
		0% {
			transform: translate3d(0, 6px, 0);
		}

		100% {
			transform: rotate3d(0, 0, 1, -45deg);
		}
	}

	/*新增会员中心下拉菜单*/
	.mobile-menucss {
		/*background: rgba(1,142,214,1);*/
		background: -webkit-linear-gradient(#0f4c81, #0f4c81);
		/* Safari 5.1 - 6.0 */
		background: -o-linear-gradient(#0f4c81, #0f4c81);
		/* Opera 11.1 - 12.0 */
		background: -moz-linear-gradient(#0f4c81, #0f4c81);
		/* Firefox 3.6 - 15 */
		background: linear-gradient(#0f4c81, #0f4c81);
		/* 标准的语法 */
	}

	.my-photos {
		display: box;
		display: -webkit-box;
		display: -moz-box;
		box-align: center;
		-webkit-box-align: center;
		-webkit-moz-align: center;
		box-pack: center;
		-webkit-box-pack: center;
		-webkit-moz-pack: center;
		padding-top: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, .05);
		border-top: 1px solid rgba(255, 255, 255, .05);
		padding-bottom: 20px;
		background: rgba(255, 255, 255, .05);
		transition: all 500ms;
		transform: translateX(-1000px);
		opacity: 0;
	}

	.my-photos * {
		color: #fff;
	}

	.my-photos span {
		display: block;
		margin-right: 10px;
	}

	.my-photos i {
		vertical-align: middle;
		display: inline-block;
		font-style: normal;
		background: #ffba00;
		font-size: 12px;
		border-radius: 6px;
		margin-left: 5px;
		padding: 1px 5px;
		position: relative;
		top: -3px;
	}

	.my-photos em {
		font-size: 20px;
	}

	.mem-btns {
		margin-top: 15px;
		/*text-align: center;*/
	}

	.mem-btns a {
		display: inline-block;
		font-size: 12px;
		background: #f7741c;
		width: 85px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		border-radius: 8px;
	}

	.mem-btns a:nth-child(1) {
		margin-right: 10px;
	}

	.my-photos img {
		width: 80px;
		border: 1px solid rgba(255, 255, 255, .2);
		padding: 2px;
		background: rgba(255, 255, 255, .5);
		height: 80px;
		border-radius: 80px;
	}

	.menu-active .my-photos {
		transform: translateX(0);
		opacity: 1;
		-webkit-transition-delay: 200ms, 200ms;
		transition-delay: 200ms, 200ms;
	}

	.menu-active>ul>li:nth-child(1) {
		-webkit-transition-delay: 250ms, 250ms;
		transition-delay: 250ms, 250ms;
	}


	/* 表单 */
	.form {
		display: block !important;
	}

	.formPanel .tit {
		display: block;
		text-align: left;
		padding: 0;
	}

	.formPanel .inpBox,
	.formPanel .formList {
		display: block;
		margin-right: 0;
	}

	.formPanel input[type=text],
	.formPanel input[type=password],
	.formPanel textarea {
		width: 100%;
		box-sizing: border-box;
		height: 32px;
	}

	.formPanel .inpBox .dropdown {
		width: 100%;
		display: block;
	}

	.formPanel .inpBox .dropselectbox h4,
	.formPanel .inpBox .dropselectbox ul,
	.formPanel .inpBox .dropselectbox li {
		box-sizing: border-box;
	}

	.formPanel .inpBox .dropselectbox li,
	.formPanel .inpBox .dropselectbox h4 {
		height: 32px;
	}

	.formPanel .inpBox select {
		width: 100%;
		display: block;
	}

	.formPanel .inpBox.verCode input {
		width: 70%;
	}

	.formPanel img.yzm {
		width: 25%;
		border-radius: 0;
	}

	.defaultBtn {
		display: block;
	}

}










.row_6 {}

.row_10 {}

.col-pd-6 {}

.col-pd-10 {}

.col-sm-6 {}

.col-sm-3 {}

.col-ph-6 {}

.layer-right {
	padding: 0px 0px 80px 0px !important;
}

/*私募基金行业数据*/
.industry_xq {
	width: 70.3846%;
	background-color: #fff;
	float: right;
	overflow: hidden;
	padding-top: 30px;
}

.industry_xq .smjj .tit {
	font-size: 28px;
	height: 35px;
	line-height: 35px;
	padding-bottom: 35px;
	color: #333;
}

.industry_xq .timer {
	text-align: right;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
}

.industry_xq .smjj table,
.industry_xq .baqk table {
	border-collapse: collapse;
	width: 100%;
}

.industry_xq .smjj table td {
	width: 101px;
	text-align: center;
	border: 1px solid #858585;
	height: 20px;
}

.industry_xq .smjj table tr:last-child {
	background-color: #e6e6e6;
	height: 25px;
	line-height: 25px;
}

.industry_xq .smjj table .table-tit {
	font-size: 16px; background-clip:padding-box;
	background-color: #e6e6e6;
	color: #333;
    position: relative;
	width: 200px;
	padding-left: 45px;
}

.industry_xq .smjj table .table-tit div {
	width: 100%;
}

.industry_xq .smjj table .table-tit::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	width: 30px;
	height: 10px;
	background-color: #b5151d;
}

.m15 {
	margin-top: 30px;
}

.industry_xq .baqk .tit {
	font-size: 28px;
	height: 35px;
	line-height: 35px;
	padding-bottom: 35px;
	color: #333;
}

.industry_xq .baqk table .thead {
	background-color: #eeeeee;
	height: 65px;
}

.industry_xq .baqk table .tfoot {
	background-color: #e6e6e6;
}

.industry_xq .baqk table .thead th,
.industry_xq .baqk table tr td,
.industry_xq .baqk table .tfoot td {
	width: 162px;
	text-align: center;
	border: 1px solid #fff;
	font-weight: 600;
	color: #000;
}

.industry_xq .baqk table tr td {
	color: #000;
	font-weight: 400;
	height: 46px;
}

.industry_xq .baqk table .thead th span {
	font-weight: 600;
	color: #000;
}

.industry_xq .baqk table .thead th:first-child,
.industry_xq .baqk table tr:first-child {
	width: 192px !important;
}

.industry_xq .baqk table tr:nth-child(2n) {
	background-color: #f6f6f6;
}

.industry_xq .baqk table tr td {
	border: 1px solid #eee;
}

.industry_xq .baqk table .tfoot td {
	border-bottom: none;
}

.industry_xq .sq span {
	color: #b5151d;
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
	background: url("../images/yj_btn.png") no-repeat center;
}

.industry_xq .sq span:after {
	color: #b5151d;
	content: "展开\e74a";
	/* content: "\e749"; */
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.industry_xq .sq-unfold span:after{content: "收起\e749";}
.industry_xq .site-nav-1 {
	padding: 30px 0;
	overflow: hidden;
	display: none;
	border-top: 1px solid #393f48;
}

.industry_xq .zk .cr {
	content: "收起\e749";
}

.layer_bor {
	width: 915px;
	float: right;
	background-color: #fff;
}

.bor {
	background: url("../images/lace.png") no-repeat bottom;
	width: 100%;
	height: 30px;
}

/*私募基金行业数据结束*/
/*党的建设*/
.act-rolls .item-tit p {
	color: #fff;
	opacity: 0.5;
}

.layer-r {
	position: relative;
}

.layer-r .dj .item-cell .item-pic {
	width: 295px;
	height: 165px;
	overflow: hidden;
	float: left;
}

.layer-r .dj .item-cell .item-cnt {
	width: 524px;
	float: left;
	margin-left: 25px;
	height: 165px;
	overflow: hidden;
}

.layer-r .dj .item-cell .item-cnt .item-desc p {
	height: 168px;
	line-height: 24px;
	color: #333;
}

.brand_tab {
	width: 100%;
	height: 47px;
	margin: 0 auto;
	border-right: none;
	margin-top: 20px;
	border-top: 2px solid #b5151d;
}

.brand_tab li {
	float: left;
	width: 12%;
	text-align: center;
	height: 47px;
	line-height: 47px;
	margin-bottom: 30px;
	background-color: #b5151d;
	color: #Fff;
	font-size: 18px;
}

.brand_tab li:last-child {
	width: 16%;
}

.brand_tab li span a {
	color: #fff;
}

.brand_tab .cr {
	height: 49px;
	background-color: #fff;
	border: none;
}

.brand_tab .cr span a {
	color: #333;
}

.brand_tabs .show .events-cnts {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.brand_tabs .show .events-cnts ul {
	float: left;
	width: 400px;
	height: 180px;
}

.brand_tabs .show .events-cnts ul:first-child {
	border-right: 1px solid #CCC;
	padding-right: 22px;
	margin-right: 22px;
}

.brand_tabs .show .events-cnts ul li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	overflow: hidden;
}

.brand_tabs .show .events-cnts ul li:hover a span,
.brand_tabs .show .events-cnts ul li:hover a i {
	color: #b5151d;
}

.brand_tabs .show .events-cnts ul li a {
	display: block;
	height: 45px;
	width: 100%;
	overflow: hidden;
	line-height: 45px;
}

.brand_tabs .show .events-cnts ul li a span {
	width: 70%;
	display: inline-block;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	float: left;
}

.brand_tabs .show .events-cnts ul li a i {
	float: right;
	width: 28%;
	display: inline-block;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	color: #999;
}

.brand_tabs .show .events-cnts ul li {
	font-size: 14px;
}

/*党的建设*/


.cg_tab {
	width: 100%;
	height: 47px;
	margin: 0 auto;
	border-right: none;
	margin-top: 20px;
	border-top: 2px solid #b5151d;
	background-color: #b5151d;
}

.cg_tab li {
	float: left;
	width: 237px;
	text-align: center;
	height: 47px;
	line-height: 47px;
	margin-bottom: 30px;
	background-color: #b5151d;
	color: #Fff;
	font-size: 18px;
}

.cg_tab li span a {
	color: #fff;
}

.cg_tab .cr {
	height: 49px;
	background-color: #fff;
	border: none;
}

.cg_tab .cr span a {
	color: #333;
}

.cg_tabs .show .events-cnt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cg_tab3 {
	margin-top: 0 !important;
	height: 58px !important;
	line-height: 58px !important;
}

.cg_tab3 li {
	height: 58px !important;
	line-height: 58px !important;
	font-size: 24px !important;
}

.layer-right .show {
	margin: 0 35px !important;
}

/*-----------------------------------------------------*/
.layer_bor .mod-news-3 {
	background-color: #fafafa;
}

.baqk_tab {
	width: 100%;
	height: 47px;
	margin: 0 auto;
	border-right: none;
	margin-top: 20px;
	border-top: none;
	background: transparent;
}

.baqk_tab li {
	float: left;
	width: 422px;
	text-align: center;
	height: 47px;
	line-height: 47px;
	margin-bottom: 30px;
	background-color: #eee;
	color: #333;
	font-size: 18px;
}

.baqk_tab .cr {
	height: 49px;
	background-color: #b5151d;

	border: none;
}

.baqk_tab .cr span a {
	color: #Fff;
}

.baqk_tab li span a {
	color: #333;
}

.industry_xq .baqk .events-cnt table th:first-child,
.industry_xq .baqk .events-cnt table td:first-child {
	width: 75px !important;
}

/*------------------------监理事会------------------------------*/
.layer-r .mod-news-3 .item-cell-1 .item-pic {
	float: left;
	width: 320px;
	height: 320px;
	overflow: hidden;
}

.layer-r .mod-news-3 .item-cell-1 .item-cnt {
	width: 425px;
	height: 165px;
	float: left;
	background-color: #162c44;
	padding: 103px 50px 52px;
}

.layer-r .mod-news-3 .item-cell-1 .item-cnt .item-tit {
	font-size: 36px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-bottom: 35px;
	border-bottom: 2px solid #73808f;
	margin-bottom: 35px;
}

.layer-r .mod-news-3 .item-cell-1 .item-cnt .item-desc .item-post {
	font-size: 16px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.layer-r .mod-news-3 .desc {
	margin-top: 58px;
	font-size: 16px;
	height: 150px;
	line-height: 30px;
}

/*------------------------监理事会结束------------------------------*/
/*-------------------协会动态----------------------*/
.yl-policy1 {
	width: 385px !important;
	overflow: hidden;
}

.yl-policy3 {
	width: 413px !important;
	overflow: hidden;
}

.yl-policy1 .item-desc {
	height: 125px;
	line-height: 25px;
	overflow: hidden;
}

.yl-policy1 .item-more a {
	float: left !important;
}

.layer-r .item-cell-2 {
	float: left;
	width: 268px;
	margin-right: 20px;
}

.layer-r .item-cell-2 .item-pic {
	width: 268px;
	height: 150px;
	overflow: hidden;
}

.layer-r .item-cell-2 .item-pic img {
	width: 268px;
	height: 150px;
}

.layer-r .item-cell-2 .item-cnt {
	background-color: #f9f9f9;
	padding: 15px;
}

.layer-r .item-cell-2 .item-cnt:hover {
	background-color: #b5151d;
}

.layer-r .xh_news {
	margin-right: -20px;
}

.layer-r .xh_news .item-cell-2 .item-cnt .item-tit {
	font-size: 16px;
	color: #333;
	height: 60px;
	line-height: 30px;
}

.layer-r .xh_news .item-cell-2 .item-cnt .date {
	margin-top: 10px;
}

.layer-r .xh_news .item-cell-2 .item-cnt .date span {
	font-size: 12px;
	color: #999;
}

.layer-r .xh_news .item-cell-2 .item-cnt .date i {
	float: right;
	font-size: 14px;
	color: #999;
}

.layer-r .item-cell-2 .item-cnt:hover .item-tit,
.layer-r .item-cell-2 .item-cnt:hover .date span,
.layer-r .item-cell-2 .item-cnt:hover .date i a {
	color: #fff;
}

.yl-policy4 {
	background: url("../images/about_bg.png") no-repeat top center #fafafa !important;
	width: 100%;
	height: auto;
}

.yl-policy4 .item-desc {

	height: 175px;
	font-size: 16px;
	color: #333;
}

.yl-policy4 .item-more a {
	font-size: 14px !important;
	background: transparent !important;
	color: #b5151d !important;
}

.yl-policy4 .item-more a i:after {
	font-size: 14px !important;
	color: #b5151d !important;
}

.item-cell-5 {
	margin-top: 10px;
}

.item-cell-5 .item-pic {
	width: 200px;
	height: 112px;
	float: left;
	overflow: hidden;
}

.item-cell-5 .item-cnt {
	width: 623px;
	padding-left: 22px;
	float: right;
	height: 112px;
	background-color: #f9f9f9;
}

.item-cell-5 .item-cnt .item-tit {
	margin-top: 20px;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	color: #333;
}

.item-cell-5 .item-cnt .item-date {
	font-size: 12px;
	color: #999;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
}

.item-cell-5 .item-cnt .item-desc {
	color: #666;
	font-size: 14px;
	margin-top: 12px;
	height: 20px;
	line-height: 20px;
}

.layer_bor .mod-news-30 {
	background-color: #fff !important;
}

/*-----------------协会动态结束-----------------------*/
/*------------------联系我们----------------------*/
.map1 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.map1 img {
	width: 100%;
	height: auto;
}

.layer-r .events-cnt .address {
	height: 40px;
	line-height: 40px;
	background: url("../images/icon1.png") no-repeat left center;
	padding-left: 25px;
	color: #333;
}

.layer-r .events-cnt .phone {
	padding-left: 25px;
	height: 40px;
	line-height: 40px;
	background: url("../images/icon2.png") no-repeat left center;
	color: #333;
}

.layer-r .events-cnt .phone b {
	font-size: 16px;
	color: #b5151d;
}

.layer-r .events-cnt .zxsj {
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	background: url("../images/icon3.png") no-repeat left center;
	color: #333;
}

.layer-r .events-cnt .email {
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	background: url("../images/icon4.png") no-repeat left center;
	color: #333;
}

.layer-r .events-cnt .email b {
	font-size: 16px;
	color: #204f93;
}

.layer-r .events-cnt .email a {
	display: inline-block;
	margin-left: 15px;
	color: #b5151d;
	text-decoration: underline;
}

.contact_tab {
	width: 100%;
	height: 47px;
	margin: 0 auto;
	border-right: none;
	margin-top: 20px;
	border-top: none;
	background-color: transparent;
}

.contact_tab li {
	float: left;
	width: 168px;
	text-align: center;
	height: 47px;
	line-height: 47px;
	margin-bottom: 30px;
	background-color: #fff;
	color: #333;
	font-size: 18px;
	position: relative;
}

.contact_tab li span a {
	color: #333;
}

.contact_tab .cr {
	width: 170px;
	height: 49px;
	background-color: #b5151d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: none;
	position: relative;
}

.contact_us {
	padding: 25px 30px 0px;
	background-color: #fafafa;
}

.contact_tab .cr::after {
	content: "";
	position: absolute;
	top: 49px;
	left: 75px;
	width: 0;
	height: 0;
	border: 10px solid red;
	border-top-color: #b5151d;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.contact_tab .cr span a {
	font-size: 20px;
	color: #fff;
}

.cg_tabs .show .events-cnt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*--------------------联系我们结束----------------------*/
/*--------------------行业动态---------------------------*/
.com-tit8 {
	text-align: left !important;
	margin-top: 50px;
	margin-bottom: 30px;
	position: relative;
}

.com-tit13 {
	text-align: left !important;

}

.com-tit13 span {
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 15px;
}

.com-tit13 i.arr-l:after {
	content: "\e67a";
	margin-left: 2px;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
}

.com-tit8 span {
	color: #333 !important;
	font-weight: 600;
	padding-bottom: 15px !important;
}

.act-rolls1 {
	width: 640px;
	height: 358px;
}

.act-rolls1 img {
	display: block;
	width: 640px !important;
	height: 278px !important;
}

.act-rolls .item-tit .item-date {
	color: #fff;
	margin-left: 10px;
}

.mod-news-12 {
	width: 605px;
	float: left;
	margin-left: 35px;
	border-top: none;
}

.mod-news-12 ul li {
	height: 90px;
	border-top: 1px solid #eee;
	border-bottom: none;
}

.com-tit8 a {
	position: absolute;
	right: 0;
	top: 10px;
	color: #b5151d;
}

.com-tit8 i:after {
	content: "\e67a";
	margin-left: 2px;
	color: #b5151d;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
}

.cell-1 {
	width: 100%;
	height: 295px;
	background: url("../images/hy_bg.png") no-repeat;
	margin-top: 25px;
}

/*业务轮播图开始*/
.swiper-container-92,
.wrap-layer2 {
	overflow: hidden;
}

.wrap-layer3 {
	position: absolute;
	top: 39px;
	width: 1249px;
	overflow: hidden;
}

.mod-serroll1 .swiper-container-92 {
	overflow: hidden;
}

.mod-serroll1 .swiper-container-92 .swiper-wrapper {
	height: 160px !important;
	overflow: hidden;
	width: 10000000px!important;
}

.mod-serroll1 .item-pic {
	width: 65px;
	height: 65px;
	border-radius: 100%;
	background-color: #b5151d;
	margin: 28px 121px 10px;
	padding: 0;
	position: relative;

}

.mod-serroll1 .item-pic::before {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	width: 75px;
	height: 75px;
	border-radius: 100%;
	border: 1px solid #b5151d;
}

.mod-serroll1 .item-pic a {

/*	background-size: 30px 30px;*/
	display: inline-block;
	width: 65px; text-align: center;
	height: 65px;line-height: 65px; 
}
.mod-serroll1 .item-pic a img{ vertical-align: middle;}
/*
.mod-serroll1 .item-cell:nth-child(1) .item-pic a {
	background: url("../images/hy_icon1.png") no-repeat center center;
}

.mod-serroll1 .item-cell:nth-child(2) .item-pic a {
	background: url("../images/hy_icon2.png") no-repeat center center;
}

.mod-serroll1 .item-cell:nth-child(3) .item-pic a {
	background: url("../images/hy_icon3.png") no-repeat center center;
}

.mod-serroll1 .item-cell:nth-child(4) .item-pic a {
	background: url("../images/hy_icon4.png") no-repeat center center;
}*/

.mod-serroll1 .item-cell:hover {
	background-color: #b5151d;
}
.mod-serroll1 .item-cell span{ display: none;}
.mod-serroll1 .item-cell:hover span{ display: inline-block;}
.mod-serroll1 .item-cell:hover i{  display: none;}
.mod-serroll1 .item-cell:hover .item-pic {
	background-color: #fff;
}

.mod-serroll1 .item-cell:hover .item-pic::before {
	border: 1px solid #fff;
}

.mod-serroll1 .item-cell:hover .item-tit a {
	color: #fff;
}

.mod-serroll1 .item-cell:hover .item-pic a {
	background-size: 30px 30px;
	display: inline-block;
	width: 65px;
	height: 65px; text-align: center; position: relative; z-index: 8;
}

/*.mod-serroll1 .item-cell:nth-child(1):hover .item-pic a {
	background: url("../images/hy_hovericon1.png") no-repeat center center;
}

.mod-serroll1 .item-cell:nth-child(2):hover .item-pic a {
	background: url("../images/hy_hovericon2.png") no-repeat center center;
}

.mod-serroll1 .item-cell:nth-child(3):hover .item-pic a {
	background: url("../images/hy_hovericon3.png") no-repeat center center;
}

.mod-serroll1 .item-cell:nth-child(4):hover .item-pic a {
	background: url("../images/hy_hovericon4.png") no-repeat center center;
}*/

.mod-serroll1 .item-cell {
	position: relative;
	width: 310px;
	height: 160px !important;
	background-color: #fff;
	margin-right: 3px;
	box-shadow: inset 0px -15px 25px -15px #888;
	float: left;
}

.mod-serroll1 .item-tit {
	width: 100%;
	text-align: center;
	font-size: 18px;
	height: 25px;
	line-height: 25px;
}

.mod-serroll1 .item-tit a {
	color: #333;
}

.arrow-l93,
.arrow-r93 {
	background: url(../images/arr_left.png) center 0 no-repeat;
	width: 55px;
	height: 40px;
	float: left;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	left: -55px;
	top: 0;
	margin-top: 39px;
}

.arrow-r93 {
	background: url(../images/arr_right.png) center 0 no-repeat;
	left: -55px;
	margin-top: 80px;
}

.cell-2 .item {
	margin-right: -20px;
}

.cell-2 .item-cell {
	width: 350px;
	height: auto;
	float: left;
	border: 1px solid #eee;
	border-bottom: 3px solid #b5151d;
	margin-right: 18px;
	padding: 38px 35px 30px;
}

.cell-2 .item-cell .item-date em {
	display: inline-block;
	color: #b5151d;
	height: 25px;
	line-height: 25px;
	padding-bottom: 5px;
	position: relative;
	margin-right: 30px;
}

.cell-2 .item-cell .item-date em::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #b5151d;
}

.cell-2 .item-cell .item-tit {
	margin-top: 30px;
	font-size: 22px;
	height: 50px;
	line-height: 25px;
	color: #333;
	margin-bottom: 40px;
	overflow: hidden;
}

.cell-2 .item-cell .item-desc {
	height: 75px;
	overflow: hidden;
	line-height: 25px;
}

.cell-2 .item-cell .item-more {
	margin-top: 30px;
	color: #333;
	height: 30px;
	line-height: 30px;
}

.cell-2 .item-cell .item-more .arr-l {
	color: #b5151d;
}

.cell-3 {
	width: 100%;
/*	height: 475px;*/
	background-color: #f2f1ee;
	margin-top: 46px;
}

.cell-3 .com-tit8 {
	/*padding-top: 47px;*/
}

.cell-3 .com-tit8 a {
/*	top: 40px;*/
}

.cell-3 .mod-news-11 {
	background-color: #fff;
	padding:0 20px;
}

.cell-3 .mod-news-11 ul {
	height: 260px;
	margin-right: -30px;
	overflow: hidden;
}

.cell-3 .mod-news-11 ul li {
	border-top: 1px solid #eee;
	width: 615px;
	margin-right: 30px;
	float: left;
	height: 52px;
	line-height: 52px;
	overflow: hidden;

}

.cell-3 .mod-news-11 em {
	display: block;
	width: 460px;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cell-3 .mod-news-11 .item-time {
	float: right;
	width: 115px;
}

/*轮播图*/
.news_dynamics .right .swiper-container-1 {
	width: 1078px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	height: 350px;
}

.news_dynamics .right .swiper-container-1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(1);

}

.swiper-container-1 .swiper-slide .item-cell .item-cnt {
	position: relative;
}

.swiper-container-1 .swiper-slide .item-cell .item-cnt::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 50px;
	line-height: 25px;
	max-height: 60px;
	background-color: #000;
	opacity: 0.5;
}

.swiper-container-1 .swiper-slide .item-cell .item-cnt .item-tit {
	padding: 0px 2%;
	width: 96%;
	position: absolute;
	bottom: 0;
	left: 0;
	max-height: 50px;
	line-height: 25px;
	color: #fff;
	text-align: left;
}

.news_dynamics .right .swiper-container-1 .swiper-slide .item-cell {
	width: 265px;
	height: 190px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.news_dynamics .right .swiper-container-1 .swiper-slide .item-cell .item-pic {
	width: 265px;
	height: 190px;
	overflow: hidden;
}

.news_dynamics .right .swiper-container-1 .swiper-slide .item-cell .item-pic img {
	width: 265px;
	height: 190px;
	overflow: hidden;
}

.news_dynamics .right .swiper-container-1 .swiper-slide-active .item-pic {
	position: relative;
}

/* .news_dynamics .right .swiper-container-1 .swiper-slide-active .item-pic::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 40%;
    background: url("../images/video_icon.png") no-repeat;
    width: 46px;
    height: 46px;
    transform: scale(0.6);
} */

.news_dynamics .right .swiper-container-1 .swiper-slide-active .item-cnt .item-tit,
.news_dynamics .right .swiper-container-1 .swiper-slide-duplicate-active .item-cnt .item-tit {
	color: #c00000;
	min-height: 50px;
	line-height: 25px;
}

.swiper-container-1 .swiper-slide-active .item-cell .item-cnt {
	position: relative;
}

.swiper-container-1 .swiper-slide-active .item-cell .item-cnt::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 50px;
	line-height: 25px;
	max-height: 60px;
	background-color: #fff;
	opacity: 1;
}



.news_dynamics .right .swiper-container-1 .swiper-slide-active,
.news_dynamics .right .swiper-container-1 .swiper-slide-duplicate-active {
	transform: scale(1.6);
}

.news_dynamics .swiper-button-prev {
	left: 300px;
	width: 14.5px;
	height: 30px;
	margin-top: 1;
	background-size: cover;
	transition: background-image .15s
}

.news_dynamics .swiper-button-next {
	right: 300px;
	width: 14.5px;
	height: 30px;
	margin-top: 1;
	transform: rotate(180deg);
	background-size: cover;
	transition: background-image .15s
}

.news_dynamics .wrap-layer {
	background-color: #fff;
}

/*轮播图结束*/
.cell-4{
	float: left;
	width:640px;
	margin-right: 20px;
}
.cell-4:last-child{
	margin-right: 0px;
}
/*--------------------------行业动态结束-----------------------------*/
/*---------------------------------国内交流动态--------------------------------------*/
.cell-5 {
	margin-right: -19px;
}

.cell-5 .item-cell {
	float: left;
	width: 413px;
	height: 135px;
	margin-right: 19px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

.cell-5 .item-cell .item-pic {
	width: 413px;
	height: 135px;
	overflow: hidden;
}

.cell-5 .item-cell .item-pic img {
	width: 413px;
	height: 135px;
}

.cell-5 .item-cell .item-tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 413px;
	height: 135px;
	font-size: 18px;
	text-align: center;
	line-height: 135px;
}

.cell-5 .item-cell .item-tit a {
	color: #fff;
}

.cell-5 .item-cell::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 413px;
	height: 135px;
	background-color: #000;
	opacity: 0.5;
}

/*------------------------------------国内交流动态----------------------------------*/
/*-----------------------基金估值标准---------------------------*/
.mod-news-33 {
	margin-right: -35px;
}

.mod-news-33 .item-cell {
	width: 392px;
	float: left;
	margin-right: 35px;
}

.mod-news-33 .item-cell .item-pic {
	float: left;
	width: 200px;
	height: 44px;
	overflow: hidden;
	box-shadow: -5px -5px 10px -4px #e5e5e5, -5px 5px 10px -4px #e5e5e5;
}

.mod-news-33 .item-cell .item-pic img {
	width: 200px;
	height: 44px;
}

.mod-news-33 .item-cell .item-cnt {
	float: left;
	width: 150px;
	margin-left: 10px;
	padding: 10px 15px;
	border: 1px solid #f2f2f2;
	height: 30px;
}

.mod-news-33 .item-cell .item-cnt .item-tit {
	height: 16px;
	line-height: 16px;
}

.cg_tabs_1 li {
	font-size: 16px !important;
	width: auto;
	padding: 0 18px;
}

.mod-news-34 {
	margin-right: -4px;
}

.mod-news-34 .item-cell {
	width: 279px;
	height: 120px;
	background: url("../images/jj_bg1.png") no-repeat;
	float: left;
	margin-right: 4px;
}

.mod-news-34 .item-cell .item-pic {
	text-align: center;
	padding-top: 17px;
}

.mod-news-34 .item-cell .item-tit {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.mod-news-34 .item-cell .item-tit a {
	color: #fff;
}

.mod-news-35 .item-cell {
	float: left;
	margin-right: 70px;
	margin-top: 30px;
}

.mod-news-35 .item-cell .item-pic {
	width: 55px;
	height: 55px;
	background-color: #b5151d;
	border-radius: 5px;
	text-align: center;
	float: left;
}

.mod-news-35 .item-cell .item-pic img {
	padding-top: 12px;
}

.mod-news-35 .item-cell .item-cnt {
	float: left;
	margin-left: 20px;
}

.mod-news-35 .item-cell .item-cnt .item-tit {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	color: #666;
}

.mod-news-35 .item-cell .item-desc {
	font-size: 24px;
	color: #666;
}

.mod-news-35 .item-cell .fs {
	font-size: 14px;
	padding-top: 10px;
}

.mod-news-35 .item-cell:last-child {
	margin-right: 0;
}

/*-----------------------基金估值标准--------------------------*/
/*-------------------------基金估值-------------------------*/


.bor-10 {
	border-bottom: 1px dashed #b5151d;
}

/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
.stage {
	position: relative;
}
.H50{
/*	margin-top: 30px;*/
}
/* _wrapper.css */
.timer-left {
	width: 45px;
	float: left;
	border: 1px dashed #b5151d;
	text-align: center;
	padding: 10px 0;
	vertical-align: middle;
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.wrapper {
	padding-left: 18px;
	padding-right: 18px;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	float: right;
}


/* _timeline.css */
.timeline {
	position: relative;
	padding: 60px 0;
	width: 760px;
	float: right;

}

.timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	width: 1px;
	height: 100%;
	background-color: #f2f1ee;
}

@media (min-width: 800px) {
	.timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

.timeline__item {
	position: relative;
}

.timeline__item::after {
	content: "";
	clear: both;
	display: table;
}

.timeline .timeline__item:nth-child(2n) .timeline__item__content {
	float: right;
}

.timeline1 .timeline__item__content {
	float: right !important;
}

.timeline1 .timeline__item:nth-child(2n) .timeline__item__content {
	float: left !important;
}

.timeline__item:last-child {
	margin-bottom: 0;
}

.timeline__item-bg {
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	color: #fff;
}

.timerline-tit {
	position: absolute;
	top: -20px; font-size: 18px; color: #999;
	left: 40.7894%;
	width: 140px;
	height: 45px;
	text-align: center;
	background-color: #f2f1ee;
	line-height: 45px;
}

.timeline__item__station {
	position: absolute;
	border-radius: 50%;
	top:25px;
	left: 10%;
	margin-left: -33px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: url(../images/cricle.png) no-repeat;
	width: 16px;
	height: 16px;
}

@media (min-width: 800px) {
	.timeline__item__station {
		left: 50%;
		margin-left: -10px;
		width: 16px;
		height: 16px;
		border-width: 6px;
	}
}

.timeline__item__content {
	width: 80%;
	float: right;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

@media (min-width: 800px) {
	.timeline__item__content {
		width: 41%;
		float: inherit;
		padding: 8px 10px;
		border: 1px solid #e0e0e0;
	}
}

.timeline__item__content__date {
	margin: 0;
	padding: 0px;
	font-size: 18px;
	display: inline-block;
	border-radius: 4px;
	border: 2px solid #fff;
}

.timeline__item__content__description {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	color: #666;
}

@media (min-width: 800px) {
	.timeline__item__content__description {
		font-size: 14px;
		line-height: 20px;
	}
}

/* _site-footer.css */
.site-footer {
	padding: 50px 0 200px 0;

}

.site-footer__text {
	color: #e6e6e6;
	font-size: 14px;
	text-align: center;
}

.site-footer__text__link {
	color: #8287a9;
}

.tag-left:before,
.tag-left:after {
	content: "";
	display: block;
	border-width: 12px;
	position: absolute;
	left: 29px;
	top: 0px;
	border-style: dashed solid solid dashed;
	border-color: transparent #e0e0e0 transparent transparent;
	font-size: 0;
	line-height: 0;
}

.tag-left:after {
	left: 31px;
	border-color: transparent #FFF transparent transparent;
}



.tag-right:before,
.tag-right:after {
	content: "";
	display: block;
	border-width: 12px;
	position: absolute;
	right: 26px;
	top: 0px;
	border-style: dashed solid solid dashed;
	border-color: transparent transparent transparent #e0e0e0;
	font-size: 0;
	line-height: 0;
}

.tag-right:after {
	right: 28px;
	border-color: transparent transparent transparent #FFF;
}

.timeline1 {
	position: relative;
}

.timeline1::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 12px;
	bottom: 0;
	left: 48.7%;
	background: url("../images/wdx.png") no-repeat;
}

/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*---------------------------基金估值-----------------------*/
/*养老金投资管理机构公示*/
.ylj {
	margin-right: -20px;
}

.ylj .item-cell {
	width: 410px;
	height: 110px;
	border-left: 2px solid #b5151d;
	float: left;
	margin-right: 20px;
	background-color: #f7f7f7;
	margin-top: 30px;
}

.ylj .item-cell:hover {
	background-color: #b5151d;
}

.ylj .item-cell:hover .item-tit a {
	color: #fff;
}

.ylj .item-cell .item-tit {
	width: 100%;
	text-align: center;
	padding-top: 45px;
	font-size: 18px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
}

/*养老金投资管理机构公示*/
/*私募基金业务*/
.ser_nav1 {
	background-color: #f1f1f1 !important;
}

.cell-6 {
	background-color: #fff;
	height: auto !important;
}

.cell-6 .cell-6-tit ul {
	float: left;
}

.cell-6 .cell-6-tit .more {
	float: right;
}

.cell-6 .cell-6-tit .more a {
	color: #b5151d;
}

.cell-6 .cell-6-tit ul li {
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 24px;
}

.cell-6 .cell-6-tit ul .cr a {
	color: #b5151d;
	font-weight: 600;
}

.cell-6 .cell-6-tit ul li:first-child {
	border-right: 2px solid #ccc;
	padding-right: 20px;
	margin-right: 20px;
}

.cell-6 .cell-6-list .list-tit {
	background-color: #f5f5f5;
	margin-top: 27px;
}

.cell-6 .cell-6-list .list-tit ul {
	padding: 16px 12px;
}

.cell-6 .cell-6-list .list-tit ul li {
	float: left;
	font-size: 14px;
	position: relative;
	height: 15px;
	line-height: 15px;
	margin: 10px;
	border-right: 2px solid #ccc;
	padding-right: 20px;
	padding-left: 10px;
	margin-right: 0;
}

.cell-6 .cell-6-list .list-tit ul .cr {
	background-color: #b5151d;
	padding: 10px;
	border-radius: 5px;
	margin: 0;
	border-right: 0;
}

.cell-6 .cell-6-list .list-tit ul .cr a {
	color: #fff;
}

.cell-6 .bg_grey {
	background-color: #fafafa;
}

/*私募基金业务*/

/*统计数据*/
.present .wrap-layer {
	width: 100%;
	height: 200px;
	background: url("../images/jj_bg2.png") no-repeat;
	padding: 0 67px;
}

.present .wrap-layer .pre_xq {
	background: url("../images/jj_tit_bg.png") no-repeat;
	width: 157px;
	height:160px;
	background-position-y: 21px;
	padding-top: 70px;
	float: left;
	margin-right: 60px;

}

.present .wrap-layer .pre_xq div {
	color: #fff;
	font-size: 22px;
	width: 200px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 10px;
}

.present .wrap-layer .pre_xq span {
	display: inline-block;
	width: 157px;
	text-align: center;
	color: #a0aec1;
	font-size: 20px;
}

.present .wrap-layer .item-cell {
	padding: 0 60px;
	float: left;
	margin-top: 64px;
	border-right: 1px solid #fff;

}

.present .wrap-layer .item-cell:last-child {
	border-right: none;
}

.present .wrap-layer .item-cell .item-tit {
	color: #fff;
	font-size: 38px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.present .wrap-layer .item-cell .item-tit span {
	font-size: 18px !important;
	color: #fff;
	padding-left: 5px;
}

.present .wrap-layer .item-cell .item-desc {
	color: #Fff;
	font-size: 18px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 8px;
}

.cell-6 .com-tit8 {
	padding-top: 0 !important;
	margin-top: 20px !important;
}

.cell-6 .wrap-layer .zc_cell {
	margin-right: -100px;
	margin-top: 40px;
}

.cell-6 .wrap-layer .zc_cell .item-cell {
	width: 600px;
	margin-right: 100px;
	overflow: hidden;
	float: left;
	box-shadow: -5px 5px 10px -4px #ccc, 5px 5px 10px -4px #ccc;
}

.cell-6 .wrap-layer .zc_cell .item-cell .item-tit {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: url("../images/arr_righ.png") no-repeat 520px center #b5151d;
	font-size: 24px;
	color: #fff;
	padding-left: 20px;
}

.cell-6 .wrap-layer .zc_cell .item-cell .item-desc {
	padding: 30px 35px 0;
	font-size: 16px;
	max-height: 90px;
	line-height: 30px;
	color: #333;
}

.cell-6 .wrap-layer .zc_cell .item-cell .item-more {
	padding: 15px 35px 23px;
	color: #666;
}

.yl-policy .item-mores a {
	text-align: left !important;
}

.bg_grey {
	background-color: #f1f1f1;
	padding-top: 40px;
	margin-top: 30px;
	padding-bottom: 20px;
}

.bg_grey .infor {
	margin-right: -50px;
	margin-bottom: 30px;
}

.bg_grey .infor .item-cell {
	width: 400px;
	height: 90px;
	text-align: center;
	background-color: #fff;
	margin-right: 50px;
	float: left;
	margin-top: 30px;
	box-shadow: 5px 5px 5px 0px rgba(204,204,204,.2);
}

.bg_grey .infor .item-cell .item-tit {
	font-size: 22px;
	color: #666;
	line-height: 90px;
}

.bg_grey .self-disc {
	margin-right: -100px;
	margin-bottom: 30px;
}

.bg_grey .self-disc .item-cell {
	width: 600px;
	float: left;
	margin-right: 100px;
}

.bg_grey .self-disc .item-cell .item-tit {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	font-weight: 600;
	border-left: 5px solid #b5151d;
	padding-left: 10px;
	color: #333;
	margin-bottom: 25px;
}

.bg_grey .self-disc .item-cell .tit {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #333;
	margin-bottom: 15px;
	width: 465px;
}

.bg_grey .self-disc .item-cell .item-desc {
	width: 465px;
	font-size: 14px;
	line-height: 25px;
	max-height: 75px;
	overflow: hidden;
}

.bg_grey .self-disc .item-cell .item-more {
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
}

.bg_grey .self-disc .item-cell .item-more a {
	color: #b5151d;
}

.bg_grey .self-disc .item-cell .item-bg {
	width: 100%;
	height: 100px;
	background: url("../images/jj_bg3.png") no-repeat;
	margin-top: 30px;
}

.bg_grey .self-disc .item-cell .item-bg .item-bg-tit {
	font-size: 24px;
	color: #fff;
	padding-left: 20px;
	line-height: 100px;
	background: url("../images/arr_righ.png") no-repeat 520px center;
}

.zx-sevice {
	margin-top: 30px;
}

.zx-sevice .item-cell-9 {
	float: left;
	width: 280px;
	margin-right: 70px;
	border-left: 1px solid #eee;
	padding-left: 20px;
	position: relative;
}

.zx-sevice .item-cell-9::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 16px;
	background-color: #b5151d;
}

.zx-sevice .item-cell-9 .item-tit {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #333;
	margin-bottom: 15px;
}

.zx-sevice .item-cell-9 .item-pic {
	float: left;
	width: 111px;
	height: 111px;
}

.zx-sevice .item-cell-9 .item-desc {
	float: left;
	width: 156px;
	margin-left: 10px;
	color: #333;
	line-height: 25px;
	max-height: 100px;
	overflow: hidden;
}

.zx-sevice .mode {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #333;
	margin-bottom: 15px;
}

.zx-sevice .item-cell-11 {
	border-left: 1px solid #eee;
	padding-left: 20px;
	position: relative;
}

.zx-sevice .item-cell-11::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 16px;
	background-color: #b5151d;
}

.zx-sevice .item-cell-11 .zxdd {
	color: #333;
	line-height: 25px;
}

.zx-sevice .item-cell-11 .phone {
	margin-top: 20px;
}

.zx-sevice .item-cell-11 .phone p {
	height: 25px;
	line-height: 25px;
	color: #333;
	padding: 0;
}

.zx-sevice .item-cell-11 .phone span {
	font-size: 30px;
	color: #b5151d;
	margin-top: 5px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
}

.zx-sevice .item-cell-11,
.zx-sevice .item-cell-12 {
	float: left;
}

.zx-sevice .item-cell-12 {
	margin-top: 45px;
	margin-left: 75px;
}

.zx-sevice .item-cell-12 .zx_timer {
	color: #333;
	line-height: 25px;
}

.zx-sevice .item-cell-12 .email {
	margin-top: 20px;
}

.zx-sevice .item-cell-12 .email p {
	height: 25px;
	line-height: 25px;
	color: #333;
	padding: 0;
}

.zx-sevice .item-cell-12 .email span {
	font-size: 24px;
	color: #204f93;
	margin-top: 5px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
}

.zysx {
	display: inline-block;
	font-size: 14px !important;
	font-weight: 400 !important;
	margin-left: 24px;
	text-decoration: underline;
}

.zysx a {
	color: #b5151d;
}

.ldh {
	height: auto !important;
}

.bran {
	background-color: #b5151d !important;
}

.bran li {
	width: auto !important;
	padding: 0 60px !important;
}

.tip-icon3 h3,
.tip-icon3 i {
	margin-left: 5px;
}

.tip-icon3 i {
	display: block;
	height: 50px;
	line-height: 25px !important;
}

.timer ul {
	width: 760px;
}

.dx {
	position: absolute;
	bottom: 75px;
	right: 330px;
	color: #b5151d;
}

/*统计数据*/
/*资管业务*/
.zgyw {
	width: 100%;
	overflow: hidden;
}

.zgyw .zg_item {
	background: url("../images/zgyw.png") no-repeat left center;
	height: 315px;
	overflow: hidden;
	padding-left: 30px;
	margin-right: -20px;
}

.zgyw .zg_item .item-cell {
	width: 400px;
	padding: 58px 0 52px;
	float: left;
	margin-right: 20px;
}

.zgyw .zg_item .item-cell .item-tit {
	position: relative;
	width: 355px;
	height: 50px;
	line-height: 25px;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	margin-bottom: 62px;
}

.zgyw .zg_item .item-cell .item-tit:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 60px;
	width: 400px;
	height: 52px;
	border-left: 1px dashed #fff;
}

.zgyw .zg_item .item-cell .item-desc {
	width: 400px;
	height: 105px;
	background-color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 105px;
}

.zgyw .zg_item .item-cell .item-desc:hover {
	height: 100px;
	border-bottom: 5px solid #b5151d;
}

.statistics {
	margin-top: 45px;
}
.mod-statitab{ position: relative;}
.mod-statitab .up-date{ top: 5px;}
.stati_tabs .stati .stati_tab {
	height: 26px;
	line-height: 26px;
}

.stati_tabs .stati .stati_tab .ac {
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 24px;
}

.stati_tabs .stati .stati_tab .cr a {
	color: #b5151d;
	font-weight: 600;
}

.stati_tabs .stati .stati_tab .ac:first-child {
	border-right: 2px solid #ccc;
	padding-right: 20px;
	margin-right: 20px;
}

.stati-cnt {
	width: 100%;
	height: 360px;
	background: url("../images/zgyw_bg2.png") no-repeat left center;
	margin-top: 30px;
}

.stati-cnt .item-cell {
	padding: 40px 45px;
}

.stati-cnt .item-cell .left {
	float: left;
	width: 280px;
}

.stati-cnt .item-cell .left .txt {
	background: url("../images/zgyw_bg1.png") no-repeat;
	width: 280px;
	height: 280px;
	text-align: center;
	line-height: 280px;
	font-size: 52px;
	color: #fff;
}

.stati-cnt .item-cell .right {
	float: left;
	margin-left: 25px;
	width: 900px;
}

.stati-cnt .item-cell .right ul {
	display: block;
}

.stati-cnt .item-cell .right ul:first-child li .item-cell1 {
	margin-top: 24px;
}

.stati-cnt .item-cell .right ul:first-child li:first-child .item-cell1 {
	border-right: 1px solid #b5151d;
}

.stati-cnt .item-cell .right ul:first-child li:nth-child(2) .item-cell1 {
	border-right: 1px solid #c4444a;
}

.stati-cnt .item-cell .right ul:first-child li:nth-child(3) .item-cell1 {
	border-right: 1px solid #d37377;
}

.stati-cnt .item-cell .right ul:last-child li:first-child .item-cell1 {
	border-right: 1px solid #e1a1a5;
}

.stati-cnt .item-cell .right ul:last-child li:nth-child(2) .item-cell1 {
	border-right: 1px solid #eebabd;
}

.stati-cnt .item-cell .right ul:last-child li:nth-child(3) .item-cell1 {
	border-right: 1px solid #f0d0d2;
}

.stati-cnt .item-cell .right ul:last-child li:nth-child(4) .item-cell1 {
	border-right: 1px solid #fff;
}

.stati-cnt .item-cell .right ul li {
	float: left;
	position: relative;
}

.stati-cnt .item-cell .right ul li .item-cell1 {
	width: 224px;
	float: left;
	margin-top: 64px;

}

.stati-cnt .item-cell .right ul li .item-cell1 .item-tit {
	color: #fff;
	font-size: 38px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}

.stati-cnt .item-cell .right ul li .item-cell1 .item-tit span {
	font-size: 18px !important;
	color: #fff;
	padding-left: 5px;
}

.stati-cnt .item-cell .right ul li .item-cell1 .item-desc {
	color: #Fff;
	font-size: 18px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 8px;
}

.envelope {
	width: 100%;
	height: 125px;
	overflow: hidden;
	margin-top: 50px;
}

.envelope .enve {
	padding: 20px 0px;
	background-color: #f7f7f7;
}

.envelope .enve .left {
	float: left;
	width: 90px;
	padding: 0 44px;
	border-right: 1px solid #e6e6e6;
}

.envelope .enve .left .pic {
	text-align: center;
}

.envelope .enve .left .contact {
	text-align: center;
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	color: #333;
}

.envelope .enve .right {
	width: 1060px;
	float: right;
	overflow: hidden;
	padding-top: 30px;
	padding-left: 60px;
	font-size: 16px;
	color: #333;
	height: 20px;
	line-height: 20px;
}

.envelope .enve .right span {
	color: #333;
	font-weight: 600;
}

.management {
	width: 100%;
	height: 310px;
	background: url("../images/zgyw_bg4.png") repeat-x;
	margin-top: 40px;
}

.management .com-tit8,
.login .com-tit8 {
	margin-top: 0 !important;
}

.management .wrap-layer {
	padding: 50px 0;
}

.management .manage_list {
	width: 100%;
	height: 126px;
	background: url("../images/zgyw_bg3.png") no-repeat;
}

.management .manage_list .item-cell {
	padding: 0 45px;
	float: left;
	border-right: 1px solid #fff;
	height: 126px;
}

.management .manage_list .item-cell a {
	display: block;
	padding: 30px 0;
	height: 55px;
}

.management .manage_list .item-cell .item-pic {
	float: left;
	width: 55px;
	height: 55px;
}

.management .manage_list .item-cell .item-tit {
	float: left;
	width: 170px;
	height: 55px;
	line-height: 55px;
	margin-left: 9px;
	font-size: 28px;
	color: #fff;

}

.management .manage_list .item-cell:last-child {
	border-right: none;
}

.login {
	margin-top: 50px;
}

.login .left {
	width: 260px;
	height: 100px;
	float: left;
	background-color: #b5151d;
	padding: 50px 25px;
}

.login .left .dj {
	color: #fff;
	font-size: 18px;
	width: 100%;
	margin-bottom: 55px;
}

.login .left span {
	display: block;
	color: #fff;
	background: url("../images/more5.png") no-repeat right center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width: 92px;
}

.login .right {
	margin-left: 20px;
	width: 970px;
	float: left;
	background: url("../images/zgyw_bg5.png") no-repeat;
	height: 200px;
}

.login .right p {
	color: #fff;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	line-height: 35px;
	font-size: 22px;
}

/*资管业务*/
/*托管业务*/
.self_rule {
	margin-top: 50px;
}

.self_rule .com-tit8 .more,
.self_two_part .com-tit8 .more {
	color: #333;
}

.self_rule .com-tit8 i:after,
.self_two_part .com-tit8 i:after {
	color: #333;
}

.two_part .self_rule .left {
	width: 508px;
	height: 360px;
	float: left;
	overflow: hidden;
}

.two_part .self_rule .left img {
	width: 508px;
	height: 360px;
}

.two_part .self_rule .right {
	width: 760px;
	height: 360px;
	float: left;
	overflow: hidden;
}

.self_two_part .self_left {
	width: 935px;
	height: auto;
	float: left;
}

.self_two_part .self_right {
	float: right;
	margin-left: 35px;
}


.self_two_part .self_right .quck-links {
	margin-right: 0px;
}

.self_two_part .self_right .quck-links .item-cell:first-child {
	margin-top: 0;
}

.self_two_part .self_right .quck-links .item-cell {
	width: 330px;
	float: none;
	margin-right: 0;
	height: 93px;
	text-align: center;
	margin-top: 10px;
}

.self_two_part .quck-links .item-cell * {
	line-height: 93px !important;
}

.self_two_part .quck-links .item-tit {
	background: url(../images/lk_bg1.jpg) 0 center no-repeat;
	height: 93px;
	min-width: 330px;
}

.self_two_part .quck-links .item-tit a {
	display: block;
	height: 93px;
	font-size: 20px;
	color: #fff;
	padding: 0 30px;
	background: url(../images/lk_bg2.jpg) right center no-repeat;
}

/*托管业务*/
/*私募基金服务业务*/
.sm_sevice {
	margin-top: 50px;
}
.process{
	padding-top:15px;
}
.process .ser_tit,.process1 .left .pro_left_tit,.process1 .right .pro_right_tit{
	border-left: 5px solid #b5151d;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.process .ser_desc{
	padding: 27px 15px;
}
.process .ser_desc p{
	line-height: 25px;
	color: #666;
	font-size: 14px;
}
.process .ser_desc p a{
	color:#204f93 ;
	font-weight: 600;
	text-decoration: underline;
}

.process .ser_desc .txt1{
	margin-bottom: 35px;
}
.process .ser_desc .txt2{
	margin-top: 30px;
}
.process1{
	margin-top: 30px;
}
.process1 .left{
	float: left;
	width:640px;
	padding-top: 20px;
}
.process1 .right{
	float: right;
	width: 640px;
	padding-top: 20px;
}
.process1 .left p{
	line-height: 49px;
	padding:0 40px 0 15px;
}
.process1 .left p a{
	display: inline-block;
	font-size: 16px;
	color: #204f93;
	text-decoration: underline;
	padding-right: 50px;
}
.process1 .left p a:nth-child(3){
	padding-right: 0;
}
.process1 .left p a:nth-child(4){
	padding-right: 32px;
}
.process1 .right p{
	padding: 0 18px;
	margin-top: 13px;
}
.process1 .right ul{
	padding: 0 18px;
	margin-top: 15px;
}
.process1 .right ul li{
	width: 50%;
	float: left;
	height: 40px;
	line-height:40px;
}
.process1 .right ul li div{
	font-size: 16px;
}
.process1 .right ul li span{
	color: #b5151d;
}
.process2{
	width: 100%;
	height: 453px;
	background-color:#f2f1ee;
	margin-top: 68px;
}
.process2 .wrap-layer{
	padding-top: 30px;
}
.process2 .pro2-list1 ul{
	width: 640px;
	float: left;
	background-color: #fff;
}
.process2 .pro2-list1 ul:nth-child(2){
	margin-left:20px;
}
.process2 .pro2-list1 ul li{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #eee;
	margin: 0 15px;
}
.process2 .pro2-list1 ul li:last-child{
	border-bottom: none;
}
.process3{
	background: url("../images/yw_sevice_bg1.png") no-repeat;
	width: 100%;
	height: 120px;
}
.process3 .left{
	width: 50%;
	float: left;
	height: 120px;
	background:url("../images/arr_righ.png") no-repeat 95% center;
}
.process3 .right{
	width: 50%;
	float: right;
	height: 120px;
	background:url("../images/arr_righ.png") no-repeat right center;
}
.process3 .right p,.process3 .left p{
	line-height: 120px;
	font-size: 30px;
	color: #fff;
}
.process3 .right p{
	padding-left: 50px;
}
.process4{
	margin-top: 50px;

}
.process4 p{
		line-height: 30px;
		color: #666;
}
.process4 p{
	margin-top: 30px;
}
.process4 .mod-news-35 .item-cell{
	margin-right: 40px!important;
}
.process4 .mod-news-35 .item-cell:last-child{
	margin-right:0px!important;
}
.process4 .mod-news-35 .item-cell .item-cnt{
	margin-left: 10px!important;
}
/*私募基金服务业务*/
.baqk .cg_tabs .show .events-cnt{
	padding-bottom: 0!important;	
}
